Use the proper form for gnuplot's set command
authorAlexander Klimov <alserkli@inbox.ru>
Thu, 29 Apr 2010 02:38:12 +0000 (21:38 -0500)
committerJay Belanger <jay.p.belanger@gmail.com>
Thu, 29 Apr 2010 02:38:12 +0000 (21:38 -0500)
lisp/ChangeLog
lisp/calc/calc-graph.el

index ca0d4710b1ed2d88b0dfe97774fc979136a05577..1cc4c0640b4977b4b9ff2d48b6a6cf01885485d0 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-28  Alexander Klimov <alserkli@inbox.ru> (tiny change)
+
+       * calc/calc-graph.el (calc-graph-plot): Use the proper form for
+       gnuplot's "set" command.
+
 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
 
        * abbrev.el (last-abbrev-text): Doc fix.
index 673f37b4bf0c9d15c25a849c315ecb976cff7e46..9af89ab6c3abe389aba3024bc2403736747b2020 100644 (file)
                     "set xlabel\nset ylabel\nset title\n"
                     "set noclip points\nset clip one\nset clip two\n"
                     "set format \"%g\"\nset tics\nset xtics\nset ytics\n"
-                    "set data style linespoints\n"
+                    "set style data linespoints\n"
                     "set nogrid\nset nokey\nset nopolar\n"))
         (if (>= ver 3)
             (insert "set surface\nset nocontour\n"